home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total Network Tools 2002
/
NextStepPublishing-TotalNetworkTools2002-Win95.iso
/
Archive
/
Web Server
/
TinyWeb Server.EXE
/
CGITEST.ZIP
/
README.TXT
< prev
next >
Wrap
Text File
|
1997-10-22
|
724b
|
21 lines
Files are provided here to test CGI.
hello.c - Displays "Hello, world" in plain form. Compile hello.c into
hello.exe, place the .exe to /cgi-bin/ and request
/cgi-bin/hello.exe
helloh.c - Displays "Hello, world!" in html form. The instructions are the
same as for hello.c - just compile helloh.c into helloh.exe,
place the .exe to /cgi-bin/ and request /cgi-bin/helloh.exe
hello.pl - Displays "Hello, World!" in plain form. Requires Perl installed.
Just place hello.pl to /cgi-bin/ and request /cgi-bin/hello.pl
login.html, login.c login.dpr and loginh.pas give an example of processing
CGI arguments from applications written in C or Delphi.